[INFO] cloning repository https://github.com/originbenntou/web-memory
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/originbenntou/web-memory" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foriginbenntou%2Fweb-memory", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foriginbenntou%2Fweb-memory'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d99b434ca230a3fde908f283ac8c623ac61cbb77
[INFO] checking originbenntou/web-memory against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foriginbenntou%2Fweb-memory" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/originbenntou/web-memory
[INFO] finished tweaking git repo https://github.com/originbenntou/web-memory
[INFO] tweaked toml for git repo https://github.com/originbenntou/web-memory written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/originbenntou/web-memory on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/originbenntou/web-memory already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded globwalk v0.8.1
[INFO] [stderr]   Downloaded serde_json v1.0.67
[INFO] [stderr]   Downloaded socket2 v0.4.1
[INFO] [stderr]   Downloaded ignore v0.4.18
[INFO] [stderr]   Downloaded tracing-core v0.1.19
[INFO] [stderr]   Downloaded tera v1.12.1
[INFO] [stderr]   Downloaded rusqlite v0.25.3
[INFO] [stderr]   Downloaded h2 v0.3.4
[INFO] [stderr]   Downloaded hyper v0.14.12
[INFO] [stderr]   Downloaded tokio v1.10.1
[INFO] [stderr]   Downloaded chrono-tz v0.5.3
[INFO] [stderr]   Downloaded libsqlite3-sys v0.22.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] afe3b21db7f3bca052b48139fb3e08859cf86da0c36dfbfc596ee6f567698c1a
[INFO] running `Command { std: "docker" "start" "afe3b21db7f3bca052b48139fb3e08859cf86da0c36dfbfc596ee6f567698c1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afe3b21db7f3bca052b48139fb3e08859cf86da0c36dfbfc596ee6f567698c1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "afe3b21db7f3bca052b48139fb3e08859cf86da0c36dfbfc596ee6f567698c1a" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afe3b21db7f3bca052b48139fb3e08859cf86da0c36dfbfc596ee6f567698c1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "afe3b21db7f3bca052b48139fb3e08859cf86da0c36dfbfc596ee6f567698c1a" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling ahash v0.7.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling tokio v1.10.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking bstr v0.2.16
[INFO] [stderr]     Checking mio v0.7.13
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking tracing-core v0.1.19
[INFO] [stderr]    Compiling serde_json v1.0.67
[INFO] [stderr]     Checking futures-sink v0.3.17
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tracing v0.1.26
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking socket2 v0.4.1
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]     Checking http v0.2.4
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.22.2
[INFO] [stderr]     Checking httpdate v1.0.1
[INFO] [stderr]     Checking hashlink v0.7.0
[INFO] [stderr]     Checking humansize v1.1.1
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]     Checking globset v0.4.8
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]     Checking ignore v0.4.18
[INFO] [stderr]     Checking globwalk v0.8.1
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking http-body v0.4.3
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling chrono-tz v0.5.3
[INFO] [stderr]     Checking tokio-util v0.6.7
[INFO] [stderr]     Checking h2 v0.3.4
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking rusqlite v0.25.3
[INFO] [stderr]     Checking hyper v0.14.12
[INFO] [stderr]     Checking tera v1.12.1
[INFO] [stderr]     Checking web-memory v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Method`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Method,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Method`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Method,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `TEMPLATE` is never used
[INFO] [stdout]   --> src/main.rs:80:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | static TEMPLATE: &str = "Hello, {{ name }}!\n";
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `TEMPLATE` is never used
[INFO] [stdout]   --> src/main.rs:80:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | static TEMPLATE: &str = "Hello, {{ name }}!\n";
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.87s
[INFO] running `Command { std: "docker" "inspect" "afe3b21db7f3bca052b48139fb3e08859cf86da0c36dfbfc596ee6f567698c1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afe3b21db7f3bca052b48139fb3e08859cf86da0c36dfbfc596ee6f567698c1a", kill_on_drop: false }`
[INFO] [stdout] afe3b21db7f3bca052b48139fb3e08859cf86da0c36dfbfc596ee6f567698c1a
